home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00202.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  311 b   |  13 lines

  1. on exitFrame
  2.   repeat with i = 27 to 31
  3.     set the visible of sprite i to 1
  4.   end repeat
  5.   set the movieRate of sprite 3 to 0
  6.   puppetSprite(20, 1)
  7.   puppetSprite(22, 1)
  8.   puppetSprite(23, 1)
  9.   puppetSprite(24, 1)
  10.   set the castNum of sprite 20 to cast "FAKE"
  11.   set the castNum of sprite 22 to cast "Back"
  12. end
  13.